opusic-sys 0.2.3

Bindings to libopus
docs.rs failed to build opusic-sys-0.2.3
Please check the build logs for more information.
See Builds for ideas on how to fix a failed build, or Metadata for how to configure docs.rs builds.
If you believe this is docs.rs' fault, open an issue.
Visit the last successful build: opusic-sys-0.4.1

opusic-sys

Build Status Build status Crates.io Documentation

Bindings to libopus

Re-generate bindings

The feature build-bindgen is used to generate bindings.

To use it set env variable LIBCLANG_PATH to directory that contains clang binaries

Requirements

Unix and windows-gnu

Being able to build libopus which means you need make and gcc/clang

MSVC toolchain

It uses statically pre-built binaries instead of building it on fly As otherwise it is too bothersome.